Query Parameters
Page number for pagination (default: 1)
Number of items per page (default: 20, max: 100)
Response
Array of toolkit objects
Total number of toolkits
Current page number
Number of items per page
Total number of pages
Example Request
Example Response
Notes
- Returns an empty list if no custom toolkits are configured
- Built-in tools are available directly on agents without requiring toolkits
- Custom toolkits can be created through the web dashboard
See Also
- [Get Toolkit Tools](/API reference/v1/toolkits/get-toolkit-tools) - Get tools in a specific toolkit
- [Invoke Tool](/API reference/v1/toolkits/invoke-tool) - Execute a tool directly
Authorizations
API Key for authentication
Query Parameters
Page number (starting from 1)
Required range:
x >= 1Items per page (max 50)
Required range:
1 <= x <= 50
